Skip to content

Staging#817

Merged
accius merged 4 commits intomainfrom
Staging
Mar 23, 2026
Merged

Staging#817
accius merged 4 commits intomainfrom
Staging

Conversation

@accius
Copy link
Owner

@accius accius commented Mar 23, 2026

What does this PR do?

Type of change

  • Bug fix
  • New feature
  • Performance improvement
  • Refactor / code cleanup
  • Documentation
  • Translation
  • Map layer plugin

How to test

Checklist

  • App loads without console errors
  • Tested in Dark, Light, and Retro themes
  • Responsive at different screen sizes (desktop + mobile)
  • If touching server.js: caches have TTLs and size caps (we serve 2,000+ concurrent users)
  • If adding an API route: includes caching and error handling
  • If adding a panel: wired into Modern, Classic, and Dockable layouts
  • No hardcoded colors — uses CSS variables (var(--accent-cyan), etc.)
  • No .bak, .old, console.log debug lines, or test scripts included

Screenshots (if visual change)

accius and others added 4 commits March 23, 2026 18:58
Windows batch script: ternary operator precedence bug caused
'--multicast' to be emitted as a standalone command instead of a
Node.js argument. Also fixed mismatched quote (double→single).
Wrapped ternary in parentheses.

rig-listener TCI: added detailed error message for Sec-WebSocket-Accept
hash failures matching the rig-bridge implementation. Helps users
identify SDR apps with non-standard WebSocket implementations.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…HTML

Cloudflare ignores origin Cache-Control for some content types and
caches HTML at the edge. This prevents the visitor middleware from
ever seeing the request, causing visitor counts to drop to near zero.

CDN-Cache-Control: no-store is a Cloudflare-specific header that
explicitly tells the edge to never cache the response, while the
browser still sees the standard Cache-Control headers.

Applied to both express.static HTML responses and the SPA catch-all.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Use navigator.sendBeacon on beforeunload to fire a leave request
when the user closes/navigates away from the tab. Server deletes
the presence entry instantly instead of waiting for the 5-minute
TTL expiry.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
NORAD 40931, APRS digipeater on 145.825 MHz.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@accius accius merged commit 0c801a6 into main Mar 23, 2026
3 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant